Blazor コントロール
AsDataCollection<T>(IEnumerable<T>) メソッド

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > IDataCollectionEx クラス > AsDataCollection メソッド : AsDataCollection<T>(IEnumerable<T>) メソッド
The type of the data collection.
The source of the data collection.
Wraps an System.Collections.IEnumerable into a data collection.
シンタックス
'宣言
 
Public Overloads Shared Function AsDataCollection(Of T As Class)( _
   ByVal source As System.Collections.Generic.IEnumerable(Of T) _
) As IDataCollection(Of T)
public static IDataCollection<T> AsDataCollection<T>( 
   System.Collections.Generic.IEnumerable<T> source
)
where T: class

パラメータ

source
The source of the data collection.

型パラメータ

T
The type of the data collection.
参照

IDataCollectionEx クラス
IDataCollectionEx メンバ
オーバーロード一覧